mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Add comments demarking the custom edit.
This commit is contained in:
@@ -7,7 +7,9 @@
|
|||||||
|
|
||||||
/mob/living/carbon/human/monkey/punpun/New()
|
/mob/living/carbon/human/monkey/punpun/New()
|
||||||
spawn(1)
|
spawn(1)
|
||||||
|
// VoreStation Edit - Move Constructor inside Spawn
|
||||||
..()
|
..()
|
||||||
|
// End Vore Station Edit
|
||||||
name = "Pun Pun"
|
name = "Pun Pun"
|
||||||
real_name = name
|
real_name = name
|
||||||
w_uniform = new /obj/item/clothing/under/punpun(src)
|
w_uniform = new /obj/item/clothing/under/punpun(src)
|
||||||
Reference in New Issue
Block a user