mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-21 20:18:15 +01:00
Merge branch 'release' of https://github.com/VOREStation/VOREStation into voreupdate-2
This commit is contained in:
@@ -609,6 +609,12 @@
|
||||
forceMove(get_turf(src))
|
||||
log_and_message_admins("[key_name(src)] used the OOC escape button to get out of a microwave.")
|
||||
|
||||
else if(istype(loc, /obj/structure/gargoyle) && loc:was_rayed)
|
||||
var/obj/structure/gargoyle/G = loc
|
||||
G.can_revert = TRUE
|
||||
qdel(G)
|
||||
log_and_message_admins("[key_name(src)] used the OOC escape button to revert back from being petrified.")
|
||||
|
||||
//You are in food and for some reason can't resist out
|
||||
else if(istype(loc, /obj/item/reagent_containers/food))
|
||||
var/obj/item/reagent_containers/food/F = src.loc
|
||||
|
||||
Reference in New Issue
Block a user