mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Merge pull request #2548 from Cyantime/slimeflip
Slimes that fail to *flip lose limbs
This commit is contained in:
@@ -84,7 +84,10 @@
|
||||
log_and_message_admins("lost their [breaking] with *flip, ahahah.", src)
|
||||
else
|
||||
src.Weaken(5)
|
||||
E.fracture()
|
||||
if(E.cannot_break) //Prometheans go splat
|
||||
E.droplimb(0,DROPLIMB_BLUNT)
|
||||
else
|
||||
E.fracture()
|
||||
message += " <span class='danger'>And breaks something!</span>"
|
||||
log_and_message_admins("broke their [breaking] with *flip, ahahah.", src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user