mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
- Tested with various damtypes/locations/mobs but if i'm a dumbass and overlooked a problem feel free to punch me and revert this git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4762 316c924e-a436-60f5-8080-3fe189b3f50e
15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
|
|
|
|
/datum/organ
|
|
var/name = "organ"
|
|
var/mob/owner = null
|
|
|
|
///datum/organ/proc/process()
|
|
// return 0
|
|
|
|
///datum/organ/proc/receive_chem(chemical as obj)
|
|
// return 0
|
|
|
|
|
|
|