mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Switches normal cell drain for more module drain for cyborgs. Deactivate your modules people! Fixes cyborg law issues. Adds a note to the bar about shotgun usage.
This commit is contained in:
@@ -75,8 +75,6 @@ AI MODULES
|
||||
target << "[sender] has uploaded a change to the laws you must follow, using a [name]. From now on: "
|
||||
var/time = time2text(world.realtime,"hh:mm:ss")
|
||||
lawchanges.Add("[time] <B>:</B> [sender.name]([sender.key]) used [src.name] on [target.name]([target.key])")
|
||||
message_admins("[sender.name]([sender.key]) uploaded a new AI/Cyborg law.")
|
||||
log_game("[sender.name]([sender.key]) uploaded a new AI/Cyborg law.")
|
||||
|
||||
|
||||
/******************** Modules ********************/
|
||||
|
||||
@@ -88,7 +88,7 @@ KNIFE
|
||||
|
||||
|
||||
// ROLLING PIN
|
||||
/* //Honestly this doesn't even work and is very silly. -- Erthilo
|
||||
|
||||
/obj/item/weapon/kitchen/rollingpin/attack(mob/M as mob, mob/living/user as mob)
|
||||
if ((user.mutations & CLUMSY) && prob(50))
|
||||
user << "\red The [src] slips out of your hand and hits your head."
|
||||
@@ -121,7 +121,6 @@ KNIFE
|
||||
M.eye_blurry += 3
|
||||
|
||||
return
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user