mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 12:46:17 +01:00
MultiZ Layenia Base
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/obj/item/card/id
|
||||
var/last_job_switch /// Last job switch for card's owner
|
||||
@@ -0,0 +1,3 @@
|
||||
/obj/item/circuitboard/computer/timeclock
|
||||
name = "Timeclock (Computer Board)"
|
||||
build_path = /obj/machinery/computer/timeclock
|
||||
@@ -1,3 +1,4 @@
|
||||
//Farm things
|
||||
/turf/open/floor/
|
||||
var/farm_quality = 0 //all tiles have a farm quality, which is for farm animals to enjoy. 0 = worse 100 = best!
|
||||
|
||||
@@ -26,3 +27,11 @@
|
||||
icon_state = "hay"
|
||||
farm_quality = 100 //the best for farming!
|
||||
floor_tile = /obj/item/stack/tile/hay
|
||||
|
||||
//Carpets
|
||||
/obj/item/stack/tile/carpet/kinaris
|
||||
name = "gilded carpet"
|
||||
icon = 'hyperstation/icons/obj/tiles.dmi'
|
||||
icon_state = "tile-carpet-kinaris"
|
||||
turf_type = /turf/open/floor/carpet/kinaris
|
||||
tableVariant = /obj/structure/table/wood/fancy/kinaris
|
||||
|
||||
Reference in New Issue
Block a user