Skip to content

Commit

Permalink
[MIRROR] Defaults all EMPs to being logged. (#5191)
Browse files Browse the repository at this point in the history
* Defaults all EMPs to being logged. (#4573)

* emp log=1

* Update code/game/objects/empulse.dm

---------

Co-authored-by: Bloop <[email protected]>

* [MIRROR] Defaults all EMPs to being logged.

---------

Co-authored-by: sqn <[email protected]>
Co-authored-by: Bloop <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
4 people authored Nov 24, 2024
1 parent 1ebcfc5 commit ed9819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/empulse.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/proc/empulse(turf/epicenter, heavy_range, light_range, log=0)
/proc/empulse(turf/epicenter, heavy_range, light_range, log=1) // NOVA EDIT CHANGE - ORIGINAL: /proc/empulse(turf/epicenter, heavy_range, light_range, log=0)
if(!epicenter)
return

Expand Down

0 comments on commit ed9819b

Please sign in to comment.