mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
18b5644926
commit
8fa48e2a3e
@@ -105,6 +105,18 @@ GLOBAL_LIST_INIT(acting_rank_prefixes, list("acting", "temporary", "interim", "p
|
||||
anchored = TRUE
|
||||
unacidable = TRUE//temporary until I decide whether the borg can be removed. -veyveyr
|
||||
|
||||
/obj/structure/showcase/monkey
|
||||
desc = "It looks almost lifelike."
|
||||
icon = 'icons/obj/statue.dmi'
|
||||
icon_state = "monkey"
|
||||
name = "Statue"
|
||||
|
||||
/obj/structure/showcase/human
|
||||
desc = "It looks almost lifelike."
|
||||
icon = 'icons/obj/statue.dmi'
|
||||
icon_state = "Human_male"
|
||||
name = "Statue"
|
||||
|
||||
/obj/structure/showcase/sign
|
||||
name = "WARNING: WILDERNESS"
|
||||
icon = 'icons/obj/stationobjs.dmi'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/phone
|
||||
name = "red phone"
|
||||
desc = "Should anything ever go wrong..."
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon = 'icons/obj/radio.dmi'
|
||||
icon_state = "red_phone"
|
||||
force = 3.0
|
||||
throwforce = 2.0
|
||||
|
||||
Reference in New Issue
Block a user