mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Getting thrown into things actually hurts now [ready for review] (#21022)
* Getting thrown into things actually hurts now * add the blob one too dingus * more changes consoles windows ect * fucking hell one sec * now up to date * Apply suggestions from code review Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * early returns * rename of proc --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -268,6 +268,10 @@ GLOBAL_LIST_EMPTY(blob_nodes)
|
||||
return B.blob_reagent_datum.description
|
||||
return "something unknown"
|
||||
|
||||
/obj/structure/blob/hit_by_thrown_carbon(mob/living/carbon/human/C, datum/thrownthing/throwingdatum, damage, mob_hurt, self_hurt)
|
||||
damage *= 0.25 // Lets not have sorium be too much of a blender / rapidly kill itself
|
||||
return ..()
|
||||
|
||||
/obj/structure/blob/normal
|
||||
icon_state = "blob"
|
||||
light_range = 0
|
||||
|
||||
Reference in New Issue
Block a user