mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Update code/modules/vore/smoleworld/smoleworld_vr.dm
Co-authored-by: Meghan-Rossi <56671765+Meghan-Rossi@users.noreply.github.com>
This commit is contained in:
@@ -173,10 +173,9 @@
|
||||
return
|
||||
to_chat(user, "<span class='notice'>[src] was dismantaled into bricks.</span>")
|
||||
playsound(src, 'sound/items/smolesmallbuild.ogg', 50, 1, -1, volume_channel = VOLUME_CHANNEL_MASTER)
|
||||
var/turf/simulated/floor/F = get_turf(src)
|
||||
if(istype(F))
|
||||
new /obj/item/stack/material/smolebricks(F)
|
||||
new /obj/item/stack/material/smolebricks(F)
|
||||
if(!isnull(loc))
|
||||
new /obj/item/stack/material/smolebricks(loc)
|
||||
new /obj/item/stack/material/smolebricks(loc)
|
||||
qdel(src)
|
||||
|
||||
else if (usr.a_intent == I_HURT)
|
||||
@@ -404,4 +403,4 @@
|
||||
starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/snackplanet/phoron,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/snackplanet/virgo3b,/obj/item/weapon/reagent_containers/food/snacks/snackplanet/moon,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/snackplanet/virgoprime
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user