SS13 for experienced programmers: Difference between revisions
Jump to navigation
Jump to search
SS13 for experienced programmers (view source)
Revision as of 11:56, 14 May 2015
, 11:56, 14 May 2015Updated google code links to point to relevant github pages
imported>SpasticVerbalizer (Added link to SS13 defined procs) |
imported>SpasticVerbalizer (Updated google code links to point to relevant github pages) |
||
Line 408: | Line 408: | ||
There is a huge amount of variables for mobs. Take a look at the following files: | There is a huge amount of variables for mobs. Take a look at the following files: | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/modules/mob/mob.dm code/modules/mob/mob.dm] | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/modules/mob/dead/observer/observer.dm code.modules/mob/dead/observer/observer.dm] | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/modules/mob/living/living.dm code/modules/mob/living/living.dm] | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/modules/mob/living/carbon/carbon.dm code/modules/mob/living/carbon/carbon.dm] | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/modules/mob/living/carbon/human/human.dm code/modules/mob/living/carbon/human/human.dm] | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/modules/mob/living/carbon/monkey/monkey.dm code/modules/mob/living/carbon/monkey/monkey.dm] | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/modules/mob/living/silicon/silicon.dm code/modules/mob/living/silicon/silicon.dm] | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/modules/mob/living/silicon/ai/ai.dm code/modules/mob/living/silicon/ai/ai.dm] | ||
[ | [https://github.com/tgstation/-tg-station/blob/master/code/modules/mob/living/silicon/robot/robot.dm code/modules/mob/living/silicon/robot/robot.dm] | ||
There are also additional files for aliens, larva, facehuggers and more there, but the files above will have most of the variables you might need. | There are also additional files for aliens, larva, facehuggers and more there, but the files above will have most of the variables you might need. | ||