mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
slow down please (#15090)
This commit is contained in:
@@ -183,7 +183,6 @@
|
||||
allowed = list(/obj/item/tome, /obj/item/melee/cultblade)
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
|
||||
armor = list("melee" = -50, "bullet" = -50, "laser" = -50,"energy" = -50, "bomb" = -50, "bio" = -50, "rad" = -50, "fire" = 0, "acid" = 0)
|
||||
slowdown = -1
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/suit.dmi',
|
||||
"Drask" = 'icons/mob/species/drask/suit.dmi',
|
||||
@@ -200,6 +199,13 @@
|
||||
user.unEquip(src, 1)
|
||||
user.Confused(10)
|
||||
user.Weaken(5)
|
||||
else if(slot == slot_wear_suit)
|
||||
user.status_flags |= GOTTAGOFAST
|
||||
|
||||
/obj/item/clothing/suit/hooded/cultrobes/flagellant_robe/dropped(mob/user)
|
||||
. = ..()
|
||||
if(user)
|
||||
user.status_flags &= ~GOTTAGOFAST
|
||||
|
||||
/obj/item/clothing/head/hooded/flagellant_hood
|
||||
name = "flagellant's robes"
|
||||
|
||||
Reference in New Issue
Block a user