h
This commit is contained in:
@@ -179,11 +179,13 @@
|
|||||||
stop_pulling()
|
stop_pulling()
|
||||||
if(HAS_TRAIT(src, TRAIT_PACIFISM))
|
if(HAS_TRAIT(src, TRAIT_PACIFISM))
|
||||||
to_chat(src, "<span class='notice'>You gently let go of [throwable_mob].</span>")
|
to_chat(src, "<span class='notice'>You gently let go of [throwable_mob].</span>")
|
||||||
adjustStaminaLossBuffered(25)//CIT CHANGE - throwing an entire person shall be very tiring
|
return
|
||||||
var/turf/start_T = get_turf(loc) //Get the start and target tile for the descriptors
|
|
||||||
var/turf/end_T = get_turf(target)
|
adjustStaminaLossBuffered(25)//CIT CHANGE - throwing an entire person shall be very tiring
|
||||||
if(start_T && end_T)
|
var/turf/start_T = get_turf(loc) //Get the start and target tile for the descriptors
|
||||||
log_combat(src, throwable_mob, "thrown", addition="grab from tile in [AREACOORD(start_T)] towards tile at [AREACOORD(end_T)]")
|
var/turf/end_T = get_turf(target)
|
||||||
|
if(start_T && end_T)
|
||||||
|
log_combat(src, throwable_mob, "thrown", addition="grab from tile in [AREACOORD(start_T)] towards tile at [AREACOORD(end_T)]")
|
||||||
|
|
||||||
else if(!CHECK_BITFIELD(I.item_flags, ABSTRACT) && !HAS_TRAIT(I, TRAIT_NODROP))
|
else if(!CHECK_BITFIELD(I.item_flags, ABSTRACT) && !HAS_TRAIT(I, TRAIT_NODROP))
|
||||||
thrown_thing = I
|
thrown_thing = I
|
||||||
|
|||||||
Reference in New Issue
Block a user