Skip to content

Commit

Permalink
Update console.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Jan 26, 2025
1 parent fa78beb commit 929394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cargo/console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
if (beacon)
beacon.update_status(SP_READY) //turns on the beacon's ready light
if("printBeacon")
cooldown = 10//a ~ten second cooldown for printing beacons to prevent spam
cooldown = 300
var/obj/item/supplypod_beacon/C = new /obj/item/supplypod_beacon(drop_location())
C.link_console(src, usr)//rather than in beacon's Initialize(), we can assign the computer to the beacon by reusing this proc)
printed_beacons++//printed_beacons starts at 0, so the first one out will be called beacon # 1
Expand Down

0 comments on commit 929394b

Please sign in to comment.