mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
@@ -13,8 +13,8 @@
|
|||||||
if(istype(W, /obj/item/weapon/crowbar))
|
if(istype(W, /obj/item/weapon/crowbar))
|
||||||
new /obj/item/stack/material/wood(src)
|
new /obj/item/stack/material/wood(src)
|
||||||
var/turf/T = get_turf(src)
|
var/turf/T = get_turf(src)
|
||||||
for(var/obj/O in contents)
|
for(var/atom/movable/M in contents)
|
||||||
O.loc = T
|
M.loc = T
|
||||||
user.visible_message("<span class='notice'>[user] pries \the [src] open.</span>", \
|
user.visible_message("<span class='notice'>[user] pries \the [src] open.</span>", \
|
||||||
"<span class='notice'>You pry open \the [src].</span>", \
|
"<span class='notice'>You pry open \the [src].</span>", \
|
||||||
"<span class='notice'>You hear splitting wood.</span>")
|
"<span class='notice'>You hear splitting wood.</span>")
|
||||||
|
|||||||
Reference in New Issue
Block a user