mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 05:04:10 +01:00
Play Test fixes
Fixes every single bug in the playtest so far.
This commit is contained in:
@@ -2,8 +2,10 @@ var/global/datum/phororeactions/phororeactions
|
||||
var/global/list/discovered_phororeagents //list of all phororeagents discovered so far
|
||||
|
||||
/obj/machinery/computer/phoronics
|
||||
icon_keyboard = "rd_key_off"
|
||||
icon_screen = "phoronics_screen"
|
||||
icon = 'icons/obj/computer3.dmi'
|
||||
icon_state = "frame-rnd"
|
||||
icon_keyboard = "kb9"
|
||||
icon_screen = "powerold"
|
||||
circuit = /obj/item/weapon/circuitboard/phoronics
|
||||
// var/turf/simulated/floor/phoronics/source
|
||||
var/turf/simulated/floor/source
|
||||
|
||||
@@ -164,5 +164,6 @@
|
||||
body_color = "brown"
|
||||
icon = 'icons/mob/animal_yw.dmi'
|
||||
icon_state = "mouse_miner"
|
||||
item_state = "mouse_miner"
|
||||
name = "Cooper"
|
||||
desc = "A lonely miner's best friend."
|
||||
Reference in New Issue
Block a user