mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
bugfixes
This commit is contained in:
@@ -142,7 +142,7 @@
|
|||||||
if(user.pulling != victim || user.zone_selected != limb.body_zone || user.a_intent == INTENT_GRAB)
|
if(user.pulling != victim || user.zone_selected != limb.body_zone || user.a_intent == INTENT_GRAB)
|
||||||
return FALSE
|
return FALSE
|
||||||
|
|
||||||
if(!isfelinid(user))
|
if(!iscatperson(user))
|
||||||
return FALSE
|
return FALSE
|
||||||
|
|
||||||
lick_wounds(user)
|
lick_wounds(user)
|
||||||
|
|||||||
@@ -1381,9 +1381,9 @@ GLOBAL_LIST_EMPTY(custom_outfits) //Admin created outfits
|
|||||||
var/obj/item/bodypart/slice_part = i
|
var/obj/item/bodypart/slice_part = i
|
||||||
var/type_wound = pick(list(/datum/wound/slash/severe, /datum/wound/slash/moderate))
|
var/type_wound = pick(list(/datum/wound/slash/severe, /datum/wound/slash/moderate))
|
||||||
slice_part.force_wound_upwards(type_wound, smited=TRUE)
|
slice_part.force_wound_upwards(type_wound, smited=TRUE)
|
||||||
type_wound = pick(list(/datum/wound/brute/cut/critical, /datum/wound/brute/cut/severe, /datum/wound/brute/cut/moderate))
|
type_wound = pick(list(/datum/wound/slash/critical, /datum/wound/slash/severe, /datum/wound/slash/moderate))
|
||||||
slice_part.force_wound_upwards(type_wound, smited=TRUE)
|
slice_part.force_wound_upwards(type_wound, smited=TRUE)
|
||||||
type_wound = pick(list(/datum/wound/brute/cut/critical, /datum/wound/brute/cut/severe))
|
type_wound = pick(list(/datum/wound/slash/critical, /datum/wound/slash/severe))
|
||||||
slice_part.force_wound_upwards(type_wound, smited=TRUE)
|
slice_part.force_wound_upwards(type_wound, smited=TRUE)
|
||||||
if(ADMIN_PUNISHMENT_SCARIFY)
|
if(ADMIN_PUNISHMENT_SCARIFY)
|
||||||
if(!iscarbon(target))
|
if(!iscarbon(target))
|
||||||
|
|||||||
Reference in New Issue
Block a user