mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
[MIRROR] ports a bunch of grep checks from TG (#10361)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Kashargul
Cameron Lennox
parent
21031b169b
commit
3cfc33bfde
@@ -41,4 +41,4 @@
|
||||
extra_decals = list(
|
||||
"stripe_vertical_mid_partial" = COLOR_WARM_YELLOW,
|
||||
"hop" = COLOR_WARM_YELLOW
|
||||
)
|
||||
)
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
new /obj/item/am_containment(src)
|
||||
new /obj/item/stack/cable_coil/yellow(src)
|
||||
new /obj/item/stack/cable_coil(src)
|
||||
return
|
||||
return
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
if(!src) return
|
||||
to_chat(user, span_notice("You dissasembled \the [src]!"))
|
||||
new /obj/item/stack/material/steel(src.loc, 1)
|
||||
qdel(src)
|
||||
qdel(src)
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
name = "\improper Coffee Shop and Library"
|
||||
desc = "A sign that perfectly depicts that there is, in fact, both a coffee shop and a library in this direction."
|
||||
icon = 'icons/obj/coffee.dmi'
|
||||
icon_state = "coffee_sign"
|
||||
icon_state = "coffee_sign"
|
||||
|
||||
@@ -306,4 +306,4 @@
|
||||
<B>SWITCHING MODE TO : <U>ENERGY-SAVING MODE.</U></B>
|
||||
"}
|
||||
|
||||
//CHOMPADD end
|
||||
//CHOMPADD end
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
/obj/structure/bed/chair/sofa/corner
|
||||
base_icon = "sofacorner"
|
||||
icon_state = "sofacorner" //CHOMPstation edit: preview in map maker
|
||||
|
||||
|
||||
/obj/structure/bed/chair/modern_chair
|
||||
name = "modern chair"
|
||||
desc = "It's like sitting in an egg."
|
||||
|
||||
Reference in New Issue
Block a user