mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Remove self-insert
We don't do that here, not even with our own staff
This commit is contained in:
@@ -365,13 +365,14 @@
|
|||||||
if(NORTHWEST)
|
if(NORTHWEST)
|
||||||
var/obj/structure/window/reinforced/WIN = new/obj/structure/window/reinforced(get_turf(object))
|
var/obj/structure/window/reinforced/WIN = new/obj/structure/window/reinforced(get_turf(object))
|
||||||
WIN.set_dir(NORTHWEST)
|
WIN.set_dir(NORTHWEST)
|
||||||
|
//CHOMP Remove start self-insert
|
||||||
else if(istype(object,/turf) && pa.Find("ctrl") && pa.Find("alt") && pa.Find("middle"))
|
else if(istype(object,/turf) && pa.Find("ctrl") && pa.Find("alt") && pa.Find("middle"))
|
||||||
var/turf/T = object
|
var/turf/T = object
|
||||||
var/obj/item/toy/plushie/teshari/easter_egg = new /obj/item/toy/plushie/teshari(T)
|
var/obj/item/toy/plushie/teshari/easter_egg = new /obj/item/toy/plushie/teshari(T)
|
||||||
easter_egg.name = "coding teshari plushie"
|
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.desc = "A small purple teshari with a plush keyboard attached to it. Where did this come from?"
|
||||||
easter_egg.color = "#a418c7"
|
easter_egg.color = "#a418c7"
|
||||||
|
//CHOMP Remove end
|
||||||
|
|
||||||
if(BUILDMODE_ADVANCED)
|
if(BUILDMODE_ADVANCED)
|
||||||
if(pa.Find("left") && !pa.Find("ctrl"))
|
if(pa.Find("left") && !pa.Find("ctrl"))
|
||||||
|
|||||||
Reference in New Issue
Block a user