Remove self-insert

We don't do that here, not even with our own staff
This commit is contained in:
Razgriz
2022-10-02 19:27:48 -07:00
committed by GitHub
parent 6a7e260775
commit 5144b94e57

View File

@@ -365,13 +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
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"))