Skip to content

Commit

Permalink
Update mobs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
konushi committed Sep 29, 2023
1 parent 65e6acd commit af5cb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_ss220/maps220/code/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@
icon = 'icons/obj/items.dmi'
icon_state = "fleshtrap"
var/id = null
var/triggered = 0
var/triggered = FALSE
var/faction = null
var/safety_z_check = 1
var/safety_z_check = TRUE

/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn
name = "spawner"
Expand Down

0 comments on commit af5cb68

Please sign in to comment.