fixes
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
return 0
|
||||
|
||||
/turf/open/floor/crowbar_act(mob/living/user, obj/item/I)
|
||||
return intact ? pry_tile(I, user) : FALSE
|
||||
return intact ? FORCE_BOOLEAN(pry_tile(I, user)) : FALSE
|
||||
|
||||
/turf/open/floor/proc/try_replace_tile(obj/item/stack/tile/T, mob/user, params)
|
||||
if(T.turf_type == type)
|
||||
|
||||
Reference in New Issue
Block a user