mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #3031 from Dankman/master
Fixing issues with the Xenobiology Computer.
This commit is contained in:
@@ -20,8 +20,8 @@
|
|||||||
var/active
|
var/active
|
||||||
|
|
||||||
/obj/machinery/computer/xenobio2/Destroy()
|
/obj/machinery/computer/xenobio2/Destroy()
|
||||||
..()
|
|
||||||
injector.computer = null
|
injector.computer = null
|
||||||
|
..()
|
||||||
|
|
||||||
/obj/machinery/computer/xenobio2/attack_hand(mob/user)
|
/obj/machinery/computer/xenobio2/attack_hand(mob/user)
|
||||||
if(..())
|
if(..())
|
||||||
@@ -109,5 +109,5 @@
|
|||||||
|
|
||||||
/obj/item/weapon/circuitboard/xenobio2computer
|
/obj/item/weapon/circuitboard/xenobio2computer
|
||||||
name = T_BOARD("injector control console")
|
name = T_BOARD("injector control console")
|
||||||
build_path = /obj/item/weapon/circuitboard/xenobio2computer
|
build_path = /obj/machinery/computer/xenobio2
|
||||||
origin_tech = list() //To be filled,
|
origin_tech = list() //To be filled
|
||||||
|
|||||||
Reference in New Issue
Block a user