mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #9323 from VOREStation/upstream-merge-7759
[MIRROR] Fix Simplemob+ Organs
This commit is contained in:
committed by
Chompstation Bot
parent
23eab9d951
commit
c73420518a
@@ -84,8 +84,8 @@ var/list/organ_cache = list()
|
||||
if(!LAZYLEN(holder.organs_by_name))
|
||||
holder.organs_by_name = list()
|
||||
|
||||
holder.internal_organs |= src
|
||||
holder.internal_organs_by_name[organ_tag] = src
|
||||
holder.organs |= src
|
||||
holder.organs_by_name[organ_tag] = src
|
||||
|
||||
if(!max_damage)
|
||||
max_damage = min_broken_damage * 2
|
||||
|
||||
Reference in New Issue
Block a user