mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 13:16:18 +01:00
IPC Immune to Stings and Vampires
This commit is contained in:
@@ -39,12 +39,7 @@
|
||||
/mob/living/carbon/human/machine/New(var/new_loc)
|
||||
h_style = "blue IPC screen"
|
||||
..(new_loc, "Machine")
|
||||
*/
|
||||
|
||||
/mob/living/carbon/human/machine/isipc()
|
||||
return 1
|
||||
|
||||
/*
|
||||
/mob/living/carbon/human/kocasslani/New(var/new_loc)
|
||||
h_style = "Bald"
|
||||
..(new_loc, "Kocasslani")
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
if(mind && mind.vampire && (mind in ticker.mode.vampires))
|
||||
M << "\red Your fangs fail to pierce [src.name]'s cold flesh"
|
||||
return 0
|
||||
if(isipc())
|
||||
if(get_species() == "Machine")
|
||||
M << "\red They have no blood"
|
||||
return 0
|
||||
//we're good to suck the blood, blaah
|
||||
|
||||
@@ -217,10 +217,4 @@
|
||||
if(fire_stacks > 9 && !on_fire)
|
||||
IgniteMob()
|
||||
|
||||
//Mobs on Fire end
|
||||
|
||||
//Why did I place it here?
|
||||
//Remind me to place this somewhere else
|
||||
//I sware this uses less memory
|
||||
/mob/living/proc/isipc()
|
||||
return 0
|
||||
//Mobs on Fire end
|
||||
Reference in New Issue
Block a user