mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
🧠
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user