mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Oh unequip, my beloathed (#22718)
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
return
|
||||
if(ispath(device))
|
||||
device = new device(src)
|
||||
device.flags |= NODROP
|
||||
device.resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
|
||||
device.slot_flags = null
|
||||
device.w_class = WEIGHT_CLASS_HUGE
|
||||
|
||||
@@ -120,6 +120,7 @@
|
||||
/obj/item/stamp/mod
|
||||
name = "MOD electronic stamp"
|
||||
desc = "A high-power stamp, able to switch between accept and deny mode when used."
|
||||
flags = NODROP
|
||||
|
||||
/obj/item/stamp/mod/attack_self(mob/user, modifiers)
|
||||
. = ..()
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
name = "MOD injector syringe"
|
||||
desc = "A high-capacity syringe, with a tip fine enough to locate \
|
||||
the emergency injection ports on any suit of armor, penetrating it with ease. Even yours."
|
||||
flags = NODROP
|
||||
amount_per_transfer_from_this = 30
|
||||
possible_transfer_amounts = list(5, 10, 15, 20, 30)
|
||||
volume = 30
|
||||
@@ -55,6 +56,7 @@
|
||||
desc = "A pair of paddles with flat metal surfaces that are used to deliver powerful electric shocks."
|
||||
icon = 'icons/obj/defib.dmi'
|
||||
icon_state = "defibgauntlets0" //Inhands handled by the module overlays
|
||||
flags = NODROP
|
||||
force = 0
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
toolspeed = 1
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
However, this design has been locked by Nanotrasen to be primarily utilized for lifting various crates. \
|
||||
A lot of people would say that loading cargo is a dull job, but you could not disagree more."
|
||||
icon_state = "clamp"
|
||||
flags = NODROP
|
||||
module_type = MODULE_ACTIVE
|
||||
complexity = 3
|
||||
use_power_cost = DEFAULT_CHARGE_DRAIN
|
||||
|
||||
Reference in New Issue
Block a user