mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Removes boxes from the uplink PART 1 (#23189)
* removes boxes part 1 * shorter desc for nano injector * yeahsure1 Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * yeahsure2 Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * yeahsure3 Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * ok no more kit --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -226,6 +226,11 @@
|
||||
/obj/item/mod/module/jetpack,
|
||||
)
|
||||
|
||||
/obj/item/mod/control/pre_equipped/traitor/Initialize(mapload)
|
||||
. = ..()
|
||||
new /obj/item/clothing/mask/gas/syndicate(bag)
|
||||
new /obj/item/tank/internals/emergency_oxygen/engi/syndi(bag)
|
||||
|
||||
/obj/item/mod/control/pre_equipped/traitor_elite
|
||||
theme = /datum/mod_theme/elite
|
||||
applied_cell = /obj/item/stock_parts/cell/bluespace
|
||||
@@ -242,6 +247,11 @@
|
||||
/obj/item/mod/module/jetpack/advanced,
|
||||
)
|
||||
|
||||
/obj/item/mod/control/pre_equipped/traitor_elite/Initialize(mapload)
|
||||
. = ..()
|
||||
new /obj/item/clothing/mask/gas/syndicate(bag)
|
||||
new /obj/item/tank/internals/emergency_oxygen/engi/syndi(bag)
|
||||
|
||||
/obj/item/mod/control/pre_equipped/nuclear
|
||||
theme = /datum/mod_theme/syndicate
|
||||
applied_cell = /obj/item/stock_parts/cell/hyper
|
||||
|
||||
@@ -202,7 +202,7 @@
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/nanocalcium
|
||||
name = "protoype nanite autoinjector"
|
||||
desc = "After a short period of time the nanites will slow the body's systems and assist with body repair. Nanomachines son."
|
||||
desc = "A highly experimental prototype chemical designed to fully mend limbs and organs of soldiers in the field, shuts down body systems whilst aiding in repair.<br><span class='boldwarning'>WARNING: Side effects can cause temporary paralysis, loss of co-ordination and sickness. Do not use with any kind of stimulant or drugs. Serious damage can occur!</span>"
|
||||
icon_state = "bonepen"
|
||||
amount_per_transfer_from_this = 30
|
||||
volume = 30
|
||||
|
||||
Reference in New Issue
Block a user