mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 15:21:29 +00:00
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
/datum/component/jestosterone
|
|
var/mind_type //Is the affected mob a clown / mime?
|
|
|
|
/datum/component/jestosterone/Initialize(mind_type_arg)
|
|
mind_type = mind_type_arg
|