Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 27, 2023
1 parent f144005 commit 16a0a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mods/_master_files/code/modules/power/gravitygenerator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
return

/obj/machinery/gravity_generator/emp_act(severity)
SHOULD_CALL_PARENT(FALSE)
return

/obj/machinery/gravity_generator/bullet_act(obj/item/projectile/P, def_zone)
Expand Down
1 change: 1 addition & 0 deletions packs/sierra-tweaks/objects/vehicles/vehicle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
return

/obj/vehicle/emp_act(severity)
SHOULD_CALL_PARENT(FALSE)
var/was_on = on
stat |= MACHINE_STAT_EMPED
var/obj/overlay/pulse2 = new /obj/overlay(loc)
Expand Down

0 comments on commit 16a0a28

Please sign in to comment.