This commit is contained in:
Razgriz
2022-10-02 22:12:03 -07:00
committed by GitHub
parent 5144b94e57
commit 1f745f7af4

View File

@@ -365,14 +365,14 @@
if(NORTHWEST)
var/obj/structure/window/reinforced/WIN = new/obj/structure/window/reinforced(get_turf(object))
WIN.set_dir(NORTHWEST)
//CHOMP Remove start self-insert
/*CHOMP Remove start self-insert
else if(istype(object,/turf) && pa.Find("ctrl") && pa.Find("alt") && pa.Find("middle"))
var/turf/T = object
var/obj/item/toy/plushie/teshari/easter_egg = new /obj/item/toy/plushie/teshari(T)
easter_egg.name = "coding teshari plushie"
easter_egg.desc = "A small purple teshari with a plush keyboard attached to it. Where did this come from?"
easter_egg.color = "#a418c7"
//CHOMP Remove end
//CHOMP Remove end */
if(BUILDMODE_ADVANCED)
if(pa.Find("left") && !pa.Find("ctrl"))