mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Commit for Giacom:
Breaking bottles over people's heads! - The bottle will be destroyed and a broken bottle will replace the old bottle - There is a chance for a glass shard to be created - The regents of the bottle get splashed onto the mob who got hit - This affects alcoholic bottles, not to be confused with pill bottles or chemistry bottles. - - Technically milk cartons and lime juice cartons, so they break as if they're glass. Names in the PDA list are now ordered alphabetically. Changelog updated git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3998 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
aiPDA = new/obj/item/device/pda/ai(src)
|
||||
aiPDA.owner = name
|
||||
aiPDA.ownjob = "AI"
|
||||
aiPDA.name = name + " (" + aiPDA.ownjob + ")"
|
||||
aiPDA.name = "AI - " + name + " (" + aiPDA.ownjob + ")"
|
||||
|
||||
if (istype(loc, /turf))
|
||||
verbs.Add(/mob/living/silicon/ai/proc/ai_call_shuttle,/mob/living/silicon/ai/proc/ai_camera_track, \
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
if(aiPDA && aiPDA.name != name)
|
||||
aiPDA.owner = name
|
||||
aiPDA.name = name + " (" + aiPDA.ownjob + ")"
|
||||
aiPDA.name = "AI - " + name + " (" + aiPDA.ownjob + ")"
|
||||
|
||||
if (src.malfhack)
|
||||
if (src.malfhack.aidisabled)
|
||||
|
||||
Reference in New Issue
Block a user