mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Fixed messages for reinforcing grab not appearing.
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
if (state < 2)
|
||||
if (!( allow_upgrade ))
|
||||
return
|
||||
visible_message("\red [assailant] has grabbed [affecting] aggressively (now hands)!")
|
||||
assailant.visible_message("\red [assailant] has grabbed [affecting] aggressively (now hands)!")
|
||||
state = 2
|
||||
icon_state = "grabbed1"
|
||||
/*if (prob(75))
|
||||
@@ -204,7 +204,7 @@
|
||||
assailant << "\blue You squeeze [affecting], but nothing interesting happens."
|
||||
return
|
||||
|
||||
visible_message("\red [assailant] has reinforced \his grip on [affecting] (now neck)!")
|
||||
assailant.visible_message("\red [assailant] has reinforced \his grip on [affecting] (now neck)!")
|
||||
state = 3
|
||||
icon_state = "grabbed+1"
|
||||
if (!( affecting.buckled ))
|
||||
|
||||
Reference in New Issue
Block a user