Merge pull request #5074 from CHOMPStation2/Razgriz1032-patch-20

Remove self-insert
This commit is contained in:
Razgriz
2022-10-02 22:48:17 -07:00
committed by GitHub
+2 -1
View File
@@ -379,13 +379,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
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 */
if(BUILDMODE_ADVANCED)
if(pa.Find("left") && !pa.Find("ctrl"))