mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Added Asses as an organ
...made you look... seriously though, refined some surgery datums/steps and commiting so i can go bugfix some stuff...and a sidequest...i need to adjust return values.
This commit is contained in:
@@ -1565,7 +1565,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
|
||||
else
|
||||
O.robotize()
|
||||
else
|
||||
var/obj/item/organ/I = character.internal_organs_by_name[name]
|
||||
var/obj/item/organ/internal/I = character.get_int_organ(name)
|
||||
if(I)
|
||||
if(status == "assisted")
|
||||
I.mechassist()
|
||||
|
||||
Reference in New Issue
Block a user