Merge /vore into /master (#39)
* progress * Compile errors fixed No idea if it's test worthy tho as conflicts with race overhaul and narky removal. * Update admins.txt * efforts continue Fuck grab code, seriously * grab code is cancer * Execute the Narkism Do not hesitate. Show no mercy. * holy shit grab code is awful * have I bitched about grab code My bitching, let me show you it * código de agarre es una mierda No really it is * yeah I don't even know anymore. * Lolnope. Fuck grab code * I'm not even sure what to fix anymore * Self eating is not an acceptable fate * Taste the void, son. * My code doesn't pass it's own sanity check. Maybe it's a sign of things to come. * uncommented and notes * It Works and I Don't Know Why (#38) * shuttle auto call * it works and I don't know why
This commit is contained in:
@@ -186,6 +186,16 @@
|
||||
H.adjustBrainLoss(CLONE_INITIAL_DAMAGE)
|
||||
H.Paralyse(4)
|
||||
|
||||
if(H.client.prefs)
|
||||
H.vore_organs = H.client.prefs.belly_prefs.Copy()
|
||||
for(var/I in H.vore_organs)
|
||||
var/datum/belly/B = H.vore_organs[I]
|
||||
B.owner = H
|
||||
B.internal_contents = list()
|
||||
B.digest_mode = DM_HOLD
|
||||
|
||||
// H.flavor_text = R.flavor.Copy()
|
||||
|
||||
if(grab_ghost_when == CLONER_FRESH_CLONE)
|
||||
clonemind.transfer_to(H)
|
||||
H.ckey = ckey
|
||||
|
||||
Reference in New Issue
Block a user