mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Fixes Deep-Fried Grabs and Display Case Grabs (#7240)
* Fixes Grab's on Lethal Kitchen Fixes the issue that I didn't have in testing. Fixes #7239 🆑 Twinmold Fix: No longer able to cook grabs. /🆑 * Fixes Display Case Fixes #7212 * Changes Display Case to use ABSTRACT So you can't put Ei'Nath into the case... Also, you already can't put things like that in the deep fryer/other kitchen equipment, so that's good.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
head.disfigure("burn")
|
||||
add_logs(user, G.affecting, "deep-fried", addition="'s face")
|
||||
qdel(G) //Removes the grip so the person MIGHT have a small chance to run the fuck away and to prevent rapid dunks.
|
||||
return 1
|
||||
return 0
|
||||
return 0
|
||||
|
||||
|
||||
|
||||
@@ -57,5 +57,5 @@
|
||||
C.adjustFireLoss(30)
|
||||
add_logs(user, G.affecting, "burned", src)
|
||||
qdel(G) //Removes the grip to prevent rapid sears and give you a chance to run
|
||||
return 1
|
||||
return 0
|
||||
return 0
|
||||
@@ -63,5 +63,5 @@
|
||||
C.Weaken(2)
|
||||
add_logs(user, G.affecting, "smashed", addition="'s head on [src]")
|
||||
qdel(G) //Removes the grip to prevent rapid bashes. With the weaken, you PROBABLY can't run unless they are slow to grab you again...
|
||||
return 1
|
||||
return 0
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user