mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Adds a bone tumor specific to slime people (#25320)
* Adds flavor to slime people bone tumors * Adds slime tumor, a type of bone tumor * Update code/modules/reagents/chemistry/reagents/medicine.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Social-Moth <117739059+Social-Moth@users.noreply.github.com> * Update code/modules/reagents/chemistry/reagents/medicine.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Social-Moth <117739059+Social-Moth@users.noreply.github.com> * Update code/modules/surgery/organs/bone_tumor.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Social-Moth <117739059+Social-Moth@users.noreply.github.com> * Update code/modules/surgery/organs/bone_tumor.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Social-Moth <117739059+Social-Moth@users.noreply.github.com> * Update code/modules/surgery/organs/bone_tumor.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Social-Moth <117739059+Social-Moth@users.noreply.github.com> * Update code/modules/reagents/chemistry/reagents/medicine.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Social-Moth <117739059+Social-Moth@users.noreply.github.com> --------- Signed-off-by: Social-Moth <117739059+Social-Moth@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
DGamerL
Henri215
parent
45cc3649d5
commit
f28b525e62
@@ -27,3 +27,7 @@
|
||||
|
||||
for(var/obj/item/organ/internal/I in other_groin_organs)
|
||||
I.receive_damage(rand(5, 15) + tumor_damage_modifier)
|
||||
|
||||
/obj/item/organ/internal/bone_tumor/slime_tumor
|
||||
name = "crystalized slime jelly"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user