mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
No, monkeys do not have organs, stop lying.
This commit is contained in:
@@ -121,7 +121,7 @@ proc/isorgan(A)
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
proc/hasorgans(A)
|
proc/hasorgans(A)
|
||||||
return (ishuman(A) || ismonkey(A))
|
return ishuman(A)
|
||||||
|
|
||||||
/proc/hsl2rgb(h, s, l)
|
/proc/hsl2rgb(h, s, l)
|
||||||
return
|
return
|
||||||
@@ -170,7 +170,7 @@ proc/hasorgans(A)
|
|||||||
zone = check_zone(zone)
|
zone = check_zone(zone)
|
||||||
|
|
||||||
// you can only miss if your target is standing and not restrained
|
// you can only miss if your target is standing and not restrained
|
||||||
if(!target.buckled && !target.lying)
|
if(!target.buckled && !target.lying)
|
||||||
var/miss_chance = max(10 + miss_chance_mod, 0)
|
var/miss_chance = max(10 + miss_chance_mod, 0)
|
||||||
switch(zone)
|
switch(zone)
|
||||||
if("head")
|
if("head")
|
||||||
|
|||||||
Reference in New Issue
Block a user