mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
## About The Pull Request Converts as many time vars expressed in deciseconds as I could find to use time defines. ## Why It's Good For The Game Makes these values neater and more readable. ## Changelog 🆑 code: Converted a lot of time-based variables to be expressed with time defines. /🆑 # Conflicts: # code/modules/clothing/head/hat.dm # code/modules/clothing/shoes/boots.dm # code/modules/clothing/suits/utility.dm
21 lines
681 B
Plaintext
21 lines
681 B
Plaintext
/obj/item/clothing/suit/space/hunter
|
|
name = "bounty hunting suit"
|
|
desc = "A custom version of the MK.II SWAT suit, modified to look rugged and tough. Works as a space suit, if you can find a helmet."
|
|
icon_state = "hunter"
|
|
inhand_icon_state = "swat_suit"
|
|
allowed = list(/obj/item/gun, /obj/item/melee/baton, /obj/item/restraints/handcuffs, /obj/item/tank/internals, /obj/item/knife/combat)
|
|
armor_type = /datum/armor/space_hunter
|
|
strip_delay = 13 SECONDS
|
|
resistance_flags = FIRE_PROOF | ACID_PROOF
|
|
cell = /obj/item/stock_parts/power_store/cell/hyper
|
|
|
|
/datum/armor/space_hunter
|
|
melee = 60
|
|
bullet = 40
|
|
laser = 40
|
|
energy = 50
|
|
bomb = 100
|
|
bio = 100
|
|
fire = 100
|
|
acid = 100
|