mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Defib update, cell path update
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
var/obj/item/weapon/stock_parts/matter_bin/storage
|
||||
var/obj/item/weapon/stock_parts/micro_laser/cutter
|
||||
var/obj/item/weapon/stock_parts/capacitor/cellmount
|
||||
var/obj/item/weapon/cell/cell
|
||||
var/obj/item/weapon/stock_parts/cell/cell
|
||||
|
||||
//Flags
|
||||
var/need_update_field = 0
|
||||
@@ -195,7 +195,7 @@
|
||||
cellmount = W
|
||||
user << "You install \the [W]."
|
||||
return
|
||||
else if(istype(W,/obj/item/weapon/cell))
|
||||
else if(istype(W,/obj/item/weapon/stock_parts/cell))
|
||||
if(cell)
|
||||
user << "The drill already has a cell installed."
|
||||
else
|
||||
|
||||
@@ -814,7 +814,7 @@
|
||||
|
||||
/datum/manufacture/powercell
|
||||
name = "Power Cell"
|
||||
item = /obj/item/weapon/cell
|
||||
item = /obj/item/weapon/stock_parts/cell
|
||||
cost1 = /obj/item/weapon/ore/iron
|
||||
cname1 = "Iron"
|
||||
amount1 = 4
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
spawntypes = list(
|
||||
/obj/item/weapon/pickaxe/plasmacutter=1,
|
||||
/obj/machinery/shieldgen=1,
|
||||
/obj/item/weapon/cell/hyper=1
|
||||
/obj/item/weapon/stock_parts/cell/hyper=1
|
||||
)
|
||||
fluffitems = list(
|
||||
/obj/structure/table/reinforced=2,
|
||||
|
||||
Reference in New Issue
Block a user