mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1057 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -441,6 +441,10 @@ proc/process_ghost_teleport_locs()
|
||||
name = "Atmospherics"
|
||||
icon_state = "green"
|
||||
|
||||
/area/maintenance/incinerator
|
||||
name = "Incinerator"
|
||||
icon_state = "disposal"
|
||||
|
||||
/area/maintenance/disposal
|
||||
name = "Waste Disposal"
|
||||
icon_state = "disposal"
|
||||
@@ -757,7 +761,7 @@ proc/process_ghost_teleport_locs()
|
||||
///////////WORK IN PROGRESS//////////
|
||||
|
||||
/area/quartermaster/sorting
|
||||
name = "Construction Area"
|
||||
name = "Delivery Office"
|
||||
icon_state = "quartstorage"
|
||||
|
||||
////////////WORK IN PROGRESS//////////
|
||||
|
||||
@@ -102,6 +102,7 @@ var
|
||||
wardenMax = 1
|
||||
cmoMax = 1
|
||||
mimeMax = 1
|
||||
sorterMax = 2
|
||||
|
||||
list/bombers = list( )
|
||||
list/admin_log = list ( )
|
||||
|
||||
@@ -469,6 +469,7 @@
|
||||
src.pixel_y = rand(-5.0, 5)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
||||
..()
|
||||
if (istype(O, /obj/item/device/analyzer/plant_analyzer))
|
||||
user << "This is a \blue [name]"
|
||||
switch(plant_type)
|
||||
@@ -492,6 +493,7 @@
|
||||
return
|
||||
|
||||
/obj/item/weapon/grown/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
||||
..()
|
||||
if (istype(O, /obj/item/device/analyzer/plant_analyzer))
|
||||
user << "This is a \blue [name]"
|
||||
switch(plant_type)
|
||||
|
||||
Reference in New Issue
Block a user