mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
One big commit squished together
you scope increase ! out of the ordinary, I mean Bad code unbadded you scope increase !
This commit is contained in:
@@ -1,9 +1,27 @@
|
||||
/**
|
||||
* Get the organ object from the mob matching the passed in typepath
|
||||
*
|
||||
* Arguments:
|
||||
* * typepath The typepath of the organ to get
|
||||
*/
|
||||
/mob/proc/getorgan(typepath)
|
||||
return
|
||||
|
||||
/**
|
||||
* Get organ objects by zone
|
||||
*
|
||||
* This will return a list of all the organs that are relevant to the zone that is passedin
|
||||
*
|
||||
* Arguments:
|
||||
* * zone [a BODY_ZONE_X define](https://github.com/tgstation/tgstation/blob/master/code/__DEFINES/combat.dm#L187-L200)
|
||||
*/
|
||||
/mob/proc/getorganszone(zone)
|
||||
return
|
||||
|
||||
/**
|
||||
* Get an organ relating to a specific slot
|
||||
*
|
||||
* Arguments:
|
||||
* * slot Slot to get the organ from
|
||||
*/
|
||||
/mob/proc/getorganslot(slot)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user