added get_cell() proc to remaining items using cells

This commit is contained in:
Arkatos1
2019-05-18 23:52:18 +02:00
parent e000e29b09
commit fdd2ca94d4
16 changed files with 47 additions and 7 deletions
@@ -24,6 +24,9 @@
var/hack_message = "You disable the safety safeguards, enabling the \"Mad Scientist\" mode."
var/unhack_message = "You re-enable the safety safeguards, enabling the \"NT Standard\" mode."
/obj/machinery/chem_dispenser/get_cell()
return cell
/obj/machinery/chem_dispenser/New()
..()
component_parts = list()