mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Merge pull request #131 from SamCroswell/master
More C4 suicide phrases. For no Raisin.
This commit is contained in:
@@ -117,7 +117,3 @@
|
||||
drain("RESEARCH",A,suit)
|
||||
return 1
|
||||
|
||||
if(istype(A,/mob/living/carbon/human))
|
||||
drain("HUMAN",A,suit)
|
||||
return 1
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
//Ability function variables.
|
||||
var/s_bombs = 10.0//Number of starting ninja smoke bombs.
|
||||
var/a_boost = 3.0//Number of adrenaline boosters.
|
||||
var/h_stings = 5.0// Experementing with a wrist-mounted hypospray for delivering various drugs. Right now I'm thinking hallucigenics.
|
||||
|
||||
//Onboard AI related variables.
|
||||
var/mob/living/silicon/ai/AI//If there is an AI inside the suit.
|
||||
|
||||
@@ -99,7 +99,7 @@ var/global/list/possibleEvents = list()
|
||||
if(aliens_allowed && !sent_aliens_to_station)
|
||||
possibleEvents[/datum/event/alien_infestation] = max(active_with_role["Security"], 5) + 2.5
|
||||
if(!sent_ninja_to_station && toggle_space_ninja)
|
||||
possibleEvents[/datum/event/space_ninja] = max(active_with_role["Security"], 5)
|
||||
possibleEvents[/datum/event/space_ninja] = active_with_role["Security"] * 20
|
||||
possibleEvents[/datum/event/undead] = active_with_role["Security"] * 10
|
||||
possibleEvents[/datum/event/ghosts] = active_with_role["Security"] * 25
|
||||
possibleEvents[/datum/event/tear] = active_with_role["Security"] * 25
|
||||
|
||||
Reference in New Issue
Block a user