mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Prometheans can be slipped again (#6898)
* Prometheans can be slipped again * Update human_attackhand.dm
This commit is contained in:
@@ -296,7 +296,10 @@
|
||||
|
||||
var/randn = rand(1, 100)
|
||||
last_push_time = world.time
|
||||
if(!(species.flags & NO_SLIP) && randn <= 25)
|
||||
// We ARE wearing shoes OR
|
||||
// We as a species CAN be slipped when barefoot
|
||||
// And also 1 in 4 because rngesus
|
||||
if((shoes || !(species.flags & NO_SLIP)) && randn <= 25)
|
||||
var/armor_check = run_armor_check(affecting, "melee")
|
||||
apply_effect(3, WEAKEN, armor_check)
|
||||
playsound(loc, 'sound/weapons/thudswoosh.ogg', 50, 1, -1)
|
||||
|
||||
4
html/changelogs/atermonera_prommie_slippers.yml
Normal file
4
html/changelogs/atermonera_prommie_slippers.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Atermonera
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Prometheans can be slipped again"
|
||||
Reference in New Issue
Block a user