Skip to content

Commit

Permalink
Fix calling parent proc for roachsign (#8329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twomoon-Github authored Oct 6, 2023
1 parent 79c87e6 commit d8bc585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/roachsign.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
layer = SIGN_LAYER

/obj/structure/roachsign/Initialize()
. = ..()
set_light(2, 2, "#82C2D8")

0 comments on commit d8bc585

Please sign in to comment.